home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DirScanner.cd - Copyright (c) 2000 by Hynek Schlawack
- ; All rights reserved.
- ;
- ; *** Errors ***
- ;
- MSG_V39_NEEDED (//)
- OS 3.0 or higher needed!
- ;
- MSG_OUT_OF_MEMORY (//)
- Out of memory!
- ;
- MSG_MISSING_LIBRARY (//)
- Missing %s V%d!
- ;
- MSG_CANNOT_BUILD_APP (//)
- Can't build application!
- ;
- MSG_CANNOT_LOCK_PATH (//)
- Can't lock your path!
- ;
- MSG_CANNOT_GET_NAME_FROM_LOCK (//)
- Can't get name from lock!
- ;
- MSG_NO_PATHS (//)
- No paths to scan!
- ;
- MSG_ILLEGAL_PATH (//)
- Illegal path: %s!
- ;
- MSG_OUT_OF_STACK (//)
- Out of stack!
- ;
- MSG_NO_MATCH_SELECTED (//)
- No match selected!
- ;
- MSG_CANNOT_CREATE_MP (//)
- Can't create message port!
- ;
- MSG_CANNOT_OPEN_CLIP (//)
- Can't open clipboard.device!
- ;
- MSG_CANNOT_OPEN_SOURCE (//)
- Can't open source file.
- ;
- MSG_CANNOT_OPEN_DESTINATION (//)
- Can't open destination file.
- ;
- MSG_CANNOT_READ (//)
- Can't read!
- ;
- MSG_CANNOT_WRITE (//)
- Can't write!
- ;
- MSG_NO_PATTERN (//)
- No pattern!
- ;
- MSG_ILLEGAL_CONDITION (//)
- Illegal condition!
- ;
- MSG_CANNOT_PARSE_PATTERN (//)
- Can't parse the pattern!
- ;
- MSG_NO_SCRIPT_DEFINED (//)
- No script defined!
- ;
- MSG_ONLY_TEN_SCRIPTS_ALLOWED (//)
- Only ten scripts allowed!
- ;
- MSG_CANNOT_OPEN_FILE (//)
- Cannot open %s!
- ;
- MSG_NO_PREFS (//)
- Can't open %s!\nUsings default values.
- ;
- MSG_CORRUPT_PREFS (//)
- Preferences file is corrupt!
- ;
- MSG_CANNOT_SAVE_PREFS (//)
- Can't save preferences!
- ;
- ;*** Requesters ***
- ;
- MSG_OKAY_GAD (//)
- *Okay
- ;
- MSG_FILE_COPIED (//)
- File successfully copied.
- ;
- MSG_REQ_TITLE (//)
- DirScanner
- ;
- MSG_SELECT_A_PATH (//)
- Select a path.
- ;
- MSG_SELECT_DESTINATION (//)
- Select the destination.
- ;
- MSG_SELECT_VIEWER (//)
- Select viewer.
- ;
- MSG_SELECT_HELPGUIDE (//)
- Select help guide.
- ;
- MSG_SELECT_DEFAULT_REXX_PATH (//)
- Select default ARexx path.
- ;
- MSG_SELECT_DEFAULT_DESTINATION (//)
- Select default destination.
- ;
- MSG_SELECT_A_SCRIPT (//)
- Select an ARexx script.
- ;
- MSG_SELECT_A_PREFS_FILE (//)
- Select a preferences file.
- ;
- MSG_ABORTED (//)
- Aborted!
- ;
- MSG_REALLY_DELETE_FILE (//)
- Do you really wish to delete \"%s\"?
- ;
- MSG_REALLY_DELETE_FILES (//)
- Do you really wish to delete %ld files?
- ;
- MSG_FILES_COPIED (//)
- Files successfully copied.
- ;
- MSG_PREFS_SAVED (//)
- Preferences saved.
- ;
- ; *** Menus ***
- ;
- MSG_PROJECT_MENU (//)
- Project
- ;
- MSG_PROJECT_ABOUT_MENU (//)
- ?\000About...
- ;
- MSG_PROJECT_ABOUTMUI_MENU (//)
- About MUI...
- ;
- MSG_PROJECT_ICONIFY_MENU (//)
- I\000Iconify
- ;
- MSG_PROJECT_QUIT_MENU (//)
- Q\000Quit
- ;
- MSG_PREFS_MENU (//)
- Settings
- ;
- MSG_PREFS_PREFS_MENU (//)
- P\000Preferences...
- ;
- MSG_PREFS_MUI_MENU (//)
- M\000MUI prefs...
- ;
- MSG_PREFS_LOAD_MENU (//)
- L\000Load Prefs...
- ;
- MSG_PREFS_SAVE_MENU (//)
- S\000Save Prefs
- ;
- MSG_PREFS_SAVEAS_MENU (//)
- A\000Save Prefs As...
- ;
- MSG_AREXX_MENU (//)
- ARexx
- ;
- MSG_AREXX_EXEC_MENU (//)
- .\000Execute script...
- ;
- ; *** Main-GUI ***
- ;
- MSG_MATCHES_GROUP (//)
- Matches:
- ;
- MSG_PATH_TITLE (//)
- \033bPath
- ;
- MSG_SIZE_TITLE (//)
- \033bSize
- ;
- MSG_DATE_TITLE (//)
- \033bDate
- ;
- MSG_TIME_TITLE (//)
- \033bTime
- ;
- MSG_COMMENT_TITLE (//)
- \033bComment
- ;
- MSG_DTYPE_TITLE (//)
- \033bDataType
- ;
- MSG_VIEW_GAD (//)
- vView
- ;
- MSG_CLIP_GAD (//)
- lPath -> Clip
- ;
- MSG_COPY_GAD (//)
- tCopy to...
- ;
- MSG_DELETE_FILE_GAD (//)
- \177Delete
- ;
- MSG_PATHS_GROUP (//)
- Paths:
- ;
- MSG_ADD_PATH_GAD (//)
- aAdd Path
- ;
- MSG_REM_PATH_GAD (//)
- rRem Path
- ;
- MSG_CONDITIONS_GROUP (//)
- Conditions:
- ;
- MSG_PATTERN_GAD (//)
- pPattern:
- ;
- MSG_SEARCH_BY_GAD (//)
- eSearch by:
- ;
- MSG_SEARCH_BY_NAME_CYC (//)
- Name
- ;
- MSG_SEARCH_BY_CONTENTS_CYC (//)
- Contents
- ;
- MSG_SEARCH_BY_SIZE_CYC (//)
- Size
- ;
- MSG_SEARCH_BY_COMMENT_CYC (//)
- Comment
- ;
- MSG_SEARCH_BY_DATE_CYC (//)
- Date
- ;
- MSG_CONDITION_GAD (//)
- cCondition:
- ;
- MSG_CONDITION_EQUAL_CYC (//)
- Equal
- ;
- MSG_CONDITION_UNEQUAL_CYC (//)
- Unequal
- ;
- MSG_CONDITION_LESS_CYC (//)
- Less
- ;
- MSG_CONDITION_MORE_CYC (//)
- More
- ;
- MSG_START_GAD (//)
- sStart
- ;
- ; *** Scanner-Win ***
- ;
- MSG_SCANNING_WIN (//)
- Scanning...
- ;
- MSG_PLEASE_WAIT (//)
- Please wait while scanning your paths.
- ;
- MSG_ACTUAL_PATH (//)
- Actual path:
- ;
- MSG_ABORT_GAD (//)
- aAbort
- ;
- ; *** Prefs-Win **
- ;
- MSG_PREFS_WIN (//)
- DirScanner - Preferences
- ;
- MSG_PREFS_USE_GAD (//)
- uUse
- ;
- MSG_PREFS_CANCEL_GAD (//)
- cCancel
- ;
- MSG_PREFS_PATHS_TAB (//)
- Paths
- ;
- MSG_PREFS_OPTIONS_TAB (//)
- Options
- ;
- MSG_PREFS_AREXX_TAB (//)
- ARexx
- ;
- MSG_PREFS_VIEWER_STR (//)
- vViewer:
- ;
- MSG_PREFS_HELPGUIDE_STR (//)
- hHelp guide:
- ;
- MSG_PREFS_REXXPATH_STR (//)
- aARexx path:
- ;
- MSG_PREFS_DEFDEST_STR (//)
- dDefault destination:
- ;
- MSG_PREFS_QUIETLIST_CHCK (//)
- qQuiet list:
- ;
- MSG_PREFS_RECURSE_CHCK (//)
- rRecurse:
- ;
- MSG_PREFS_ADD_SCRIPT_GAD (//)
- aAdd Script
- ;
- MSG_PREFS_REM_SCRIPT_GAD (//)
- rRemove Script
- ;
- MSG_PREFS_TITLE_STR (//)
- tTitle:
- ;
- MSG_PREFS_PATH_STR (//)
- pPath:
- ;
- MSG_NEW_ENTRY (//)
- New Entry
- ;
- MSG_PREFS_TITLE_TITLE (//)
- \033bTitle
- ;
- MSG_PREFS_PATH_TITLE (//)
- \033bPath
- ;
- ; ** New in 2.8 **
- ;
- MSG_PREFS_DTRECOG_CHCK (//)
- dDatatype recog.
- ;
- MSG_DTYPE_OFF (//)
- \033c\033iOff
- ;